dbe2091f1843b5d90d5c034b09b921bf72542827,Core/src/org/sleuthkit/autopsy/modules/stix/STIXReportModule.java,STIXReportModule,generateReport,#String#ReportProgressPanel#,103
Before Change
}
// Store the path
ModuleSettings.setConfigSetting("STIX", "defaultPath", stixFileName); //NON-NLS
// Create array of stix file(s)
File[] stixFiles;
After Change
try (BufferedWriter output = new BufferedWriter(new FileWriter(reportFile))) {
// Store the path
ModuleSettings.setConfigSetting("STIX", "defaultPath", stixFileName); //NON-NLS
// Create array of stix file(s)
File[] stixFiles;